testing.common.name (field)

76 uses

	testing (current package)
		benchmark.go#L234: 		if n := len(b.name) + bstate.extLen + 1; n > bstate.maxLen {
		benchmark.go#L249: 		fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
		benchmark.go#L264: 			fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
		benchmark.go#L719: 			name:  "Main",
		benchmark.go#L744: 			benchName := benchmarkName(b.name, procs)
		benchmark.go#L755: 						name:   b.name,
		benchmark.go#L815: 	benchName, ok, partial := b.name, true, false
		benchmark.go#L827: 			name:    benchName,
		fuzz.go#L257: 		c, err := f.fstate.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
		fuzz.go#L285: 		testName := f.name
		fuzz.go#L308: 				name:      testName,
		fuzz.go#L325: 			t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)
		fuzz.go#L345: 			t.chatty.Updatef(t.parent.name, "=== NAME  %s\n", t.parent.name)
		fuzz.go#L356: 		corpusTargetDir := filepath.Join(corpusDir, f.name)
		fuzz.go#L357: 		cacheTargetDir := filepath.Join(*fuzzCacheDir, f.name)
		fuzz.go#L376: 				fmt.Fprintf(f.w, "To re-run:\ngo test -run=%s/%s\n", f.name, testName)
		fuzz.go#L406: 			name := fmt.Sprintf("%s/%s", f.name, filepath.Base(e.Path))
		fuzz.go#L421: 		f.flushToParent(f.name, format, "FAIL", f.name, dstr)
		fuzz.go#L424: 			f.flushToParent(f.name, format, "SKIP", f.name, dstr)
		fuzz.go#L426: 			f.flushToParent(f.name, format, "PASS", f.name, dstr)
		fuzz.go#L522: 						name:      testName,
		fuzz.go#L535: 					f.chatty.Updatef(f.name, "=== RUN   %s\n", f.name)
		fuzz.go#L540: 					f.chatty.Updatef(f.parent.name, "=== NAME  %s\n", f.parent.name)
		fuzz.go#L608: 			name:      testName,
		fuzz.go#L621: 		f.chatty.Updatef(f.name, "=== RUN   %s\n", f.name)
		fuzz.go#L626: 		f.chatty.Updatef(f.parent.name, "=== NAME  %s\n", f.parent.name)
		fuzz.go#L694: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		match.go#L90: 		name = m.unique(c.name, rewrite(subname))
		testing.go#L663: 	name       string            // Name of test or benchmark.
		testing.go#L948: 	return c.name
		testing.go#L969: 		panic("Fail in goroutine after " + c.name + " has completed")
		testing.go#L1039: 		panic("Log in goroutine after " + c.name + " has completed: " + s)
		testing.go#L1118: 		panic("Output called after " + c.name + " has completed")
		testing.go#L1143: 		panic("Write called after " + o.c.name + " has completed")
		testing.go#L1174: 			o.c.chatty.Printf(o.c.name, "%s%s", indent, b)
		testing.go#L1369: 	name := strings.ReplaceAll(c.name, "/", "__")
		testing.go#L1398: 		c.chatty.Updatef(c.name, "=== ARTIFACTS %s %v\n", c.name, dir)
		testing.go#L1616: 	c.chatty.Updatef(c.name, "=== ATTR  %s %v %v\n", c.name, key, value)
		testing.go#L1798: 		t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
		testing.go#L1800: 	running.Delete(t.name)
		testing.go#L1808: 		t.chatty.Updatef(t.name, "=== CONT  %s\n", t.name)
		testing.go#L1810: 	running.Store(t.name, highPrecisionTimeNow())
		testing.go#L1947: 			running.Delete(t.name)
		testing.go#L1968: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L1987: 			running.Delete(t.name)
		testing.go#L1999: 			running.Store(t.name, cleanupStart)
		testing.go#L2076: 			name:       testName,
		testing.go#L2092: 		t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)
		testing.go#L2094: 	running.Store(t.name, highPrecisionTimeNow())
		testing.go#L2116: 		t.chatty.Updatef(t.parent.name, "=== NAME  %s\n", t.parent.name)
		testing.go#L2138: 			name:       t.name,
		testing.go#L2499: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L2502: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L2504: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)